home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / pack / xdata11.readme < prev    next >
Text File  |  1993-03-30  |  3KB  |  81 lines

  1. Short: Lets programs read xpk-compressed files.
  2.  
  3.                                 xData v1.1
  4.  
  5.                          (C) Martin W.Scott, 1993.
  6.  
  7.                           (NB: Requires OS 2.0+)
  8.  
  9.  
  10. xData  is a program that allows other programs to read xpk-compressed files
  11. as  if  they were normal files.  It is similar to PP by Michael Berg, which
  12. provided a similar facility for PowerPacked files.
  13.  
  14. However,  PP  caused  problems  on  my  system  (it  crashed),  and anyway,
  15. PowerPacker  has  been  superseded  by the more powerful and extensible xpk
  16. standard.   Unfortunately,  it takes a long time for data-handling programs
  17. to  catch-up  and recognise the xpk standard, not to mention those programs
  18. that can't read any compressed files.
  19.  
  20.  
  21. How does it work
  22. ----------------
  23. xData  patches  a  few  dos  routines to allow named programs to read xpk'd
  24. files.   These named programs are called clients.  This is different to PP,
  25. which  affected  ALL programs, and caused many incompatability problems (on
  26. my system at any rate), which is why I decided on the client model.
  27.  
  28. Clients are added using the xDataPrefs program; when a client opens a xpk'd
  29. file, the file is decompressed to the t: directory and the client reads the
  30. decompressed  file.  When the client closes the file, the temporary file is
  31. deleted (but it's not quite that simple -- see technical details).
  32.  
  33. This client arrangement might seem restrictive, but it guarantees (though I
  34. don't  :) system compatability.  Most users only compress certain files and
  35. use certain programs to read them, so these are the only programs that need
  36. to use patched routines.  It allows you to use your favourite data-handling
  37. programs  rather  than  xpk-ified versions, e.g.  you can use ViewTex where
  38. before you had to use ShowIFF or PPMore (for PowerPacked files).
  39.  
  40.  
  41. [full instructions in distribution]
  42.  
  43.  
  44. History
  45. -------
  46.  v1.1    - xDataPrefs:  major enhancement - now has task list so addition of
  47.           new clients is simplified.
  48.  
  49.     - xData: now postpones deletion for 5 seconds (for reasons why, see
  50.           technical details above).
  51.  
  52.  v1.0a    - xDataPrefs: fixed bug when entering name on empty list.
  53.  
  54.     - xDataPrefs: window now font-sensitive.
  55.  
  56.  v1.0ß    - initial release.
  57.  
  58.  
  59. Contact
  60. -------
  61. I can be reached with comments, suggestions, bug reports, praise, money etc.
  62. at the following addresses:
  63.  
  64. BEFORE END OF JULY 1993:
  65.  
  66.     Martin W. Scott,
  67.     23 Drum Brae North,
  68.     Edinburgh  EH4 8AT
  69.     United Kingdom
  70.  
  71. AFTER END OF JULY 1993:
  72.  
  73.     Martin W. Scott, c/o 
  74.     557 Great Western Road,
  75.     Ground flat right,
  76.     Aberdeen  AB1 7PA
  77.     United Kingdom
  78.  
  79. OR BY EMAIL UNTIL END OF JULY 1993: mws@castle.ed.ac.uk
  80.  
  81.